Jump to user comments
language (Or "assembly code") A symbolic representation of
Usually, each line of assembly code produces one machine
instruction, though the use of
macros is common.
Programming in assembly language is slow and error-prone but
is the only way to squeeze every last bit of performance out
of the hardware.
(1996-09-17)